ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Contains Method
A T object for which to check.

In This Topic
    Contains Method (ItemCollection<T>)
    In This Topic
    Gets a value indicating whether the ItemCollection<T> contains the specified T.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As T _
    ) As Boolean
    public bool Contains( 
       T item
    )

    Parameters

    item
    A T object for which to check.

    Return Value

    A System.Boolean value. true if the ItemCollection<T> contains the specified T; otherwise, false.
    See Also